home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 …ember: Reference Library / Dev.CD Dec 97 RL.toast / What's New / Tool Chest / Testing & Debugging / Virtual User / Examples / External Tool Templates / CPlus Tool Template / RequestDispatcher.r < prev    next >
Encoding:
Text File  |  1997-10-15  |  1.1 KB  |  40 lines  |  [TEXT/MPS ]

  1. /*
  2.  *    File:        RequestDispatcher.r
  3.  *
  4.  *    Contains:    xxx put contents here xxx
  5.  *
  6.  *    Written by:    Rick Violet
  7.  *
  8.  *    Copyright:    © 1992 by Apple Computer, Inc., all rights reserved.
  9.  *
  10.  *    Change History (most recent first):
  11.  *
  12.  *                11/18/92    RV        xxx put comment here xxx
  13.  *
  14.  *    To Do:
  15.  */
  16.  
  17. #include "SysTypes.r"
  18. #include "Types.r"
  19.  
  20. #include "RequestDispatcher.R.h"
  21.  
  22.  
  23. /*——————————————————————————————————————————————————————————————————————————————————*/
  24. /*    STR#    -    RequestDispatcher Error Messages                                                */
  25. /*——————————————————————————————————————————————————————————————————————————————————*/
  26. resource 'STR#' ( kDispatcherErrStrings, purgeable ) 
  27. {
  28.     {
  29.     "Failed to construct Queue for incoming requests";
  30.     "Failed to construct Queue for service objects";
  31.     "Failed to construct MakeServiceProcTable";
  32.     "Failed to construct RequestDispatcher";
  33.         /*SBR Hacked this out, moved to Application.r 10/16/94 */
  34.     /*"Apple Event Manager is the wrong version";*/
  35.         /*SBR Hacked this in 11/12/94 */
  36.     "Thread Manager Extension 2.0.1 or System 7.5 is required to use this tool or service.";
  37.     }
  38. };
  39.  
  40.